##################################################
# List of files ignored when packaging the plugin
##################################################

# Ignore the packaging script.
makepackage.py

# Ignore the build directory.
build/

# Ignore compiled python modules.
*.pyc
__pycache__

